CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - crc校验 c

搜索资源列表

  1. 循环校验码算法分析与程序实现

    0下载:
  2. 循环冗余校验是一种编码简单,且高效、可靠的差错控制方法,广泛应用于数据通信领域,本文将对循环校验码CRC的原理进行阐述,并且通过C代码对其进行简单的实现
  3. 所属分类:报告论文

  1. modbus_chinese.rar

    1下载:
  2. modbus通信协议中文版,详细介绍了modbus协议,LRC校验,CRC校验等,并给出了C语言例程代码。,modbus conmmunication(chinese)- Modbus protocol,LRC,CRC,how to program with C
  3. 所属分类:Com Port

    • 发布日期:2015-04-17
    • 文件大小:203500
    • 提供者:Heidi
  1. crc

    0下载:
  2. C++ BUILDER 写的CRC校验码程序!CRCC(X16+X12+X5+1)-C++ BUILDER written procedures CRC Check! CRCC (X16+ X12+ X5+ 1)
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-23
    • 文件大小:354540
    • 提供者:zys
  1. Ymodem_transfan

    1下载:
  2. 利用ymodem协议通过串口传输数据或文件,具备CRC校验算法-Ymodem agreement through the use of serial transmission of data or documents, with CRC checksum algorithm
  3. 所属分类:Modem编程

    • 发布日期:2013-11-28
    • 文件大小:19934
    • 提供者:zifan
  1. CRC

    0下载:
  2. C R C 校验实用程序库在数据存储和数据通讯领域,为了保证数据的正确,就不得不采用检错的手段。-CRC checksum utility library in data storage and data communication fields, in order to ensure data is correct, will have to adopt a means of error detection.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:2698
    • 提供者:王平
  1. CRC16SHC

    0下载:
  2. 这是用MCS51编的Modbus传输的CRC校验源程序,以通过实战的校验,简短!-This is MCS51 series Modbus transmission CRC checksum source in order to realize the check, the short!
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-30
    • 文件大小:1408
    • 提供者:李安
  1. CRC

    0下载:
  2. 产生CRC校验码最简单的C++ 实现,低位在前高位在后-CRC check code generated the most simple C++ realization of the previous low in the post-high
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:9129
    • 提供者:陈玥
  1. adf7012_crc_595

    0下载:
  2. 频率合成器加数字调制芯片ADF7012的应用 CRC校验C程序 扩展I/O口芯片HC595程序 -Frequency synthesizer chip ADF7012 add digital modulation CRC checksum C of the application process is extended I/O port chip HC595 procedures
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:1954
    • 提供者:耿枝涛
  1. DS18b20_C_CRC

    0下载:
  2. 自己用C写的测温芯片(ds18b20)的驱动程序,有CRC校验,主控芯片为51类型,其中还有ds18b20的中英文资料各一份。-Their use of C-chip temperature measurement of Writing (ds18b20) driver has CRC checksum, the master chip for the 51 type, have one of DS18B20 information in both English and Chinese eac
  3. 所属分类:SCM

    • 发布日期:2017-05-11
    • 文件大小:2237822
    • 提供者:xxz
  1. crc

    0下载:
  2. 查表法CRC校验,用C语言编写,简单实用.-Check CRC look-up table method, the use of C to prepare, simple and practical procedures.
  3. 所属分类:Communication

    • 发布日期:2017-04-11
    • 文件大小:1280
    • 提供者:yan jie
  1. crc

    0下载:
  2. CRC校验 应用环境:PICF877A 开发环境:MPLAB 开发语言:C-Application environment CRC checksum: PICF877A development environment: MPLAB development language: C
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:2291
    • 提供者:star
  1. CRC

    0下载:
  2. 基于C语言的计算CRC校验码的软件功能实现-Based on the calculation of C language software CRC checksum
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:2549
    • 提供者:chenyb
  1. CRC

    0下载:
  2. CRC校验介绍和C语言程序VB程序有2个示范例子-CRC checksum Introduction and C language program VB program
  3. 所属分类:Other systems

    • 发布日期:2017-05-15
    • 文件大小:3620820
    • 提供者:手术室
  1. CRCcheck

    0下载:
  2. 此文章介绍了CRC校验的基本原理和算法,并列举出相关的C语言代码-CRC check
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:27762
    • 提供者:liujunfang
  1. Check

    0下载:
  2. C#实现的各种校验算法,如CRC校验、加校验、异或校验等,界面良好。-check tools for all kinds of check agrithiom
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:11497
    • 提供者:付青锋
  1. CRC-16Code

    0下载:
  2. CRC-16是检测数据在发送过程中发生错误的常用校验方法,本文通过从工程应用的角度,讲述如何实现CRC-16的程序开发,并给出了Visual Basic和Visual C++程序代码,给从事工业控制的人员在写通信程序的时候提供一些有价值的参考。-CRC-16 is to detect data errors in the process of sending commonly used calibration methods, the paper from the engineering poi
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:30010
    • 提供者:kkk
  1. CRCendat2.2

    2下载:
  2. 海德汉ENDAT2.2协议,CRC校验C代码,调试通过,绝对可用-CRC FOR endat2.2
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2013-09-06
    • 文件大小:701
    • 提供者:橡树
  1. crc.RAR

    0下载:
  2. crc校验 包括原理文件和说明 另附有一个crc16的c程序函数和crc32的vc项目文件.RAR-CRC C++
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:2399444
    • 提供者:liujunchi
  1. P_salve.c

    0下载:
  2. 电容感应按键,(TWO KEY)检测程序,串口通信和CRC校验。-Capacitive sensing buttons, (TWO KEY) testing procedures, serial communications, and CRC check.
  3. 所属分类:Com Port

    • 发布日期:2017-04-04
    • 文件大小:2537
    • 提供者:PeterZ
  1. crc

    0下载:
  2. CRC的c#代码 有需要做CRC认证的可以看看 可以根据代码增加程序CRC校验功能-C# code with the CRC CRC certification needs to be done according to code can add the program to see the CRC function
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:682
    • 提供者:paddy
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com